home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Sistema
/
Macro Express
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1999-03-30
|
434b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem Macro Express 98 (The Premiere Windows Macro Utility), v1.0
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause